Document Library for WinForms
StringToUnitType メソッド (Unit)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Unit 構造体 : StringToUnitType メソッド
The string to convert.
OUT: On exit, contains the UnitTypeEnum value.
Converts a string to a UnitTypeEnum value. The string can be one of the following: "doc", "in", "mm", "pc", "dsp", "pt", "tw", "inhs", "cm", "dip". This method is case-insensitive.
シンタックス
'宣言
 
Public Shared Function StringToUnitType( _
   ByVal s As System.String, _
   ByRef value As UnitTypeEnum _
) As System.Boolean
public static System.bool StringToUnitType( 
   System.string s,
   ref UnitTypeEnum value
)

パラメータ

s
The string to convert.
value
OUT: On exit, contains the UnitTypeEnum value.

戻り値の型

true if no error occurred, false otherwise.
参照

Unit 構造体
Unit メンバ