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

C1.Win.Document.6 アセンブリ > C1.Win.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
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 メンバ
オーバーロード一覧