Converts the specified string value to 32-bit integer without throwing exceptions. In case the specified string cannot be converted, the specified default value is returned.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public static int ToInt32 ( |
Visual Basic Copy Code |
---|
Public Shared Function ToInt32( _ |
The string value to convert from.
The default value to return if s cannot be deserialized.
A 32-bit integer value that is deserialized from the specified string.