'宣言 Public Function ParseBoolean( _ ByVal text As System.String, _ ByVal formatType As FormatType, _ ByVal culture As System.Globalization.CultureInfo _ ) As System.Boolean
public System.bool ParseBoolean( System.string text, FormatType formatType, System.Globalization.CultureInfo culture )
パラメータ
- text
- 解析する文字列。
- formatType
- 解析で使用される書式タイプです。
- culture
- 解析で使用されるカルチャです。