AnyRadix.Format Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

AnyRadix.Format Method

BR.AN.PviServices .NET


This method does the formatting only if it recognizes the format codes.

[Visual Basic]

Public NotOverridable Sub Format( _

  ByVal formatString As String, _

  ByVal argToBeFormatted As Object, _

  ByVal provider As IFormatProvider _

) _

   Implements ICustomFormatter.Format

[C#]

public string Format(

  string formatString,

  object argToBeFormatted,

  IFormatProvider provider

);

Parameters

formatString

The format string.

argToBeFormatted

The value to be formated.

provider

The format provider.

Return Value

The formatted string.

Implements

ICustomFormatter.Format

See Also

AnyRadix Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]