Ribbon for WinForms
Parse メソッド (Size)

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Size 構造体 : Parse メソッド
The string to convert.
OUT: the created Size structure.
Indicates whether an exception should be thrown if the string cannot be converted.
Converts a string to a Size structure.
シンタックス
'宣言
 
Public Shared Function Parse( _
   ByVal s As String, _
   ByRef result As Size, _
   ByVal throwException As Boolean _
) As Boolean
public static bool Parse( 
   string s,
   out Size result,
   bool throwException
)

パラメータ

s
The string to convert.
result
OUT: the created Size 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).
参照

Size 構造体
Size メンバ