Value.ToStringUNI Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods >

Value.ToStringUNI Method

BR.AN.PviServices .NET


Formats the value of the current instance using the specified format.

[Visual Basic]

Public Sub ToStringUNI( _

  ByVal format As String, _

  ByVal provider As IFormatProvider _

)

[C#]

public string ToStringUNI(

  string format,

  IFormatProvider provider

);

Parameters

format

The String specifying the format to use.

provider

The IFormatProvider to use to format the value or a null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Return Value

A String containing the value of the current instance in the specified format.

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]