'宣言
Public Shared Function TwipsToString( _ ByVal twips As Single, _ ByVal target As Length.Unit _ ) As String
public static string TwipsToString( float twips, Length.Unit target )
パラメータ
- twips
- Twipsで値を示す。
- target
- 出力するターゲットの単位。
'宣言
Public Shared Function TwipsToString( _ ByVal twips As Single, _ ByVal target As Length.Unit _ ) As String
public static string TwipsToString( float twips, Length.Unit target )