<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods > Value.ToAnsiString Method |
Formats the value of the current instance using the specified format.
[Visual Basic]
Public Sub ToAnsiString( _
ByVal format As String, _
ByVal provider As IFormatProvider _
)
[C#]
public string ToAnsiString(
string format,
IFormatProvider provider
);
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.
A String containing the value of the current instance in the specified format.
Value Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]