'宣言 Public Shared Function Parse( _ ByVal s As System.String, _ ByVal throwException As System.Boolean _ ) As PageNumberingChange
'使用法 Dim s As System.String Dim throwException As System.Boolean Dim value As PageNumberingChange value = PageNumberingChange.Parse(s, throwException)
public static PageNumberingChange Parse( System.string s, System.bool throwException )
パラメータ
- s
- The string to convert.
- throwException
- Indicates whether an exception should be thrown if the specified string cannot be converted.
戻り値の型
The created PageNumberingChange object, or null if the string could not be converted and throwException is false.