<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods > Value.ToUInt16 Method |
Converts the value of this instance to an equivalent UInt16 value using the specified culture-specific formatting information.
[Visual Basic]
Public NotOverridable Sub ToUInt16( _
ByVal provider As IFormatProvider _
) _
Implements IConvertible.ToUInt16
[C#]
public ushort ToUInt16(
IFormatProvider provider
);
provider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
A UInt16 value equivalent to the value of this instance.
Value Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]