Selerix Developer Tools
StringToUInt Method






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

Parameters

value
the value
See Also

Reference

ConverterUtils Class
ConverterUtils Members