'宣言 Public Shared Function TryParse( _ ByVal text As System.String, _ ByRef span As C1StyleGridArea _ ) As System.Boolean
public static System.bool TryParse( System.string text, out C1StyleGridArea span )
パラメータ
- text
- 解析するテキスト。
- span
- 返されたスパン。
'宣言 Public Shared Function TryParse( _ ByVal text As System.String, _ ByRef span As C1StyleGridArea _ ) As System.Boolean
public static System.bool TryParse( System.string text, out C1StyleGridArea span )