MESCIUS InputMan for ASP.NET 10.0J
SetDisplayPositivePrefix メソッド
正の数値の前に配置するリテラル文字。
表示時の正の数値の前に配置する通貨記号などのリテラル文字を設定します。
シンタックス
var instance = new GCIM.GcNumber(container, id);
var returnValue; // Type: any

// パラメータ
var value; //タイプ: string

returnValue = instance.SetDisplayPositivePrefix(value);
function SetDisplayPositivePrefix( 
   value : string
) : any;

パラメータ

value
正の数値の前に配置するリテラル文字。
使用例
var number = FindIMControl("GcNumber1");
number.SetDisplayFormatDigit("#,###,###.##");
number.SetDisplayNegativePrefix("$-");
number.SetDisplayNegativeSuffix("円");
number.SetDisplayPositivePrefix("$");
number.SetDisplayPositiveSuffix("円");
number.SetValue(15000);
解説
書式設定については「書式の設定」を参照してください。
参照

参照

GcNumber タイプ

 

 


© MESCIUS inc. All rights reserved.