Search
Converter.ToUint32 Method
See Also
 





Converts the specified string value to unsigned 32-bit integer.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static uint ToUint32 (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToUint32( _
    s As String _
) As UInteger

 Parameters

s

The string value to convert from.

 Return Value

An unsigned 32-bit integer value that is deserialized from the specified string.

 See Also