AnyRadix.GetFormat Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

AnyRadix.GetFormat Method

BR.AN.PviServices .NET


This method returns an object that implements ICustomFormatter to do the formatting.

[Visual Basic]

Public NotOverridable Sub GetFormat( _

  ByVal argType As Type _

) _

   Implements IFormatProvider.GetFormat

[C#]

public object GetFormat(

  Type argType

);

Parameters

argType

The argument type.

Return Value

An object that implements ICustomFormatter to do the formatting

Implements

IFormatProvider.GetFormat

See Also

AnyRadix Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]