FlexReport for WinForms
Parse メソッド (Unit)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Unit 構造体 : Parse メソッド
The string to parse.
Parses a string and creates a Unit instance from that string, throws an exception if string is invalid.
シンタックス
'宣言
 
Public Shared Function Parse( _
   ByVal s As System.String _
) As Unit
'使用法
 
Dim s As System.String
Dim value As Unit
 
value = Unit.Parse(s)
public static Unit Parse( 
   System.string s
)

パラメータ

s
The string to parse.

戻り値の型

A Unit instance.
参照

参照

Unit 構造体
Unit メンバ