FlexReport for WinForms
TryParse(String,Unit) メソッド


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Unit 構造体 > TryParse メソッド : TryParse(String,Unit) メソッド
The string to parse.
OUT: Unit structure.
Parses a string and creates Unit structure.
シンタックス
'宣言
 
Public Overloads Shared Function TryParse( _
   ByVal s As System.String, _
   ByRef unit As Unit _
) As System.Boolean
'使用法
 
Dim s As System.String
Dim unit As Unit
Dim value As System.Boolean
 
value = Unit.TryParse(s, unit)
public static System.bool TryParse( 
   System.string s,
   out Unit unit
)

パラメータ

s
The string to parse.
unit
OUT: Unit structure.

戻り値の型

True if the conversion was successfull, false otherwise.
参照

参照

Unit 構造体
Unit メンバ
オーバーロード一覧