NumericSequenceFormatterGetFormat Method
Returns an object that provides formatting services for the specified type.
Namespace: DevCase.Core.Math.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Object GetFormat(
Type formatType
)
Public Function GetFormat (
formatType As Type
) As Object
Dim instance As NumericSequenceFormatter
Dim formatType As Type
Dim returnValue As Object
returnValue = instance.GetFormat(formatType)
public:
virtual Object^ GetFormat(
Type^ formatType
) sealed
abstract GetFormat :
formatType : Type -> Object
override GetFormat :
formatType : Type -> Object
No code example is currently available or this language may not be supported.
- formatType Type
-
An object that specifies the type of format object to return.
Object
An instance of the object specified by
formatType
if the
IFormatProvider implementation can supply that type of object;
otherwise,
.
IFormatProviderGetFormat(Type)