'宣言 Public Shared Function Parse( _ ByVal s As System.String, _ ByRef result As RectangleD, _ ByVal throwException As System.Boolean _ ) As System.Boolean
'使用法 Dim s As System.String Dim result As RectangleD Dim throwException As System.Boolean Dim value As System.Boolean value = RectangleD.Parse(s, result, throwException)
public static System.bool Parse( System.string s, out RectangleD result, System.bool throwException )
パラメータ
- s
- The string to convert.
- result
- OUT: the created RectangleD structure.
- throwException
- Indicates whether an exception should be thrown if the string cannot be converted.
戻り値の型
true if no error occurred, false otherwise (if throwException is false).