PowerTools InputMan for ASP.NET 8.0J
SetPositiveSuffix メソッド
正の数値の後に配置するリテラル文字。
入力時の正の数値の後に配置するリテラル文字を設定します。
構文
var instance = new GCIM.GcNumber(container, id);
var returnValue; // Type: any

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

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

パラメータ

value
正の数値の後に配置するリテラル文字。
使用例
var number = FindIMControl("GcNumber1");
number.SetFormatDigit("#,###,###.00");
number.SetNegativePrefix("-");
number.SetNegativeSuffix("");
number.SetPositivePrefix("+");
number.SetPositiveSuffix("");
number.SetValue(123.45);
解説
書式設定については「書式の設定」を参照してください。
参照

GcNumber オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.