Selerix Developer Tools
StringToUInt16 Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ConverterUtils Class : StringToUInt16 Method
the value
Strings to uint16.
Syntax
'Declaration
 
Public Shared Function StringToUInt16( _
   ByVal value As String _
) As UShort
'Usage
 
Dim value As String
Dim value As UShort
 
value = ConverterUtils.StringToUInt16(value)
public static ushort StringToUInt16( 
   string value
)
public function StringToUInt16( 
    value: String
): Word; static; 
public static function StringToUInt16( 
   value : String
) : ushort;
public: static ushort StringToUInt16( 
   string* value
) 
public:
static ushort StringToUInt16( 
   String^ value
) 

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members