Unitデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック フィールド
パブリック プロパティ
| 名前 | 解説 |
| Units | Gets the unit of measurement of the current unit. |
| Value | Gets the value of the current unit (in Units). |
トップ
パブリック メソッド
| 名前 | 解説 |
| Convert | オーバーロードされます。 Converts value of this Unit structure to value in specified units of measurement. |
| Parse | Parses a string and creates a Unit instance from that string, throws an exception if string is invalid. |
| StringToUnitType | 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. |
| ToString | Converts the current object to a string. |
| TryParse | オーバーロードされます。 Parses a string and gets Value and Unit.Utits from that string. |
| UnitTypeToString | Converts a UnitTypeEnum value to a string representation as in the following table:
- Document"doc"
- Inch"in"
- Millimeter"mm"
- Pica"pc"
- Point"pt"
- Twip"tw"
- InHs"inhs"
- Centimeters"cm"
- Dip"dip"
|
トップ
パブリック オペレータ
暗黙的 キャスト 演算子 | オーバーロードされます。 Converts a unit value to a string. |
トップ
参照