FlexReport for WinForms
Parse メソッド (C1FormatVersion)


C1.Document.4.6.2 アセンブリ > C1.Document.Serialization 名前空間 > C1FormatVersion クラス : Parse メソッド
The string to convert.
Indicates the exception should be thrown if string cannot be converted to C1FormatVersion.
For internal use. Converts a string to the C1FormatVersion object.
シンタックス
'宣言
 
Public Shared Function Parse( _
   ByVal s As System.String, _
   ByVal throwException As System.Boolean _
) As C1FormatVersion
'使用法
 
Dim s As System.String
Dim throwException As System.Boolean
Dim value As C1FormatVersion
 
value = C1FormatVersion.Parse(s, throwException)
public static C1FormatVersion Parse( 
   System.string s,
   System.bool throwException
)

パラメータ

s
The string to convert.
throwException
Indicates the exception should be thrown if string cannot be converted to C1FormatVersion.

戻り値の型

Returns instance of C1FormatVersion object or null.
参照

参照

C1FormatVersion クラス
C1FormatVersion メンバ