Method | Description | |
---|---|---|
FormatISODateTimeUTC ( System.JsDate date ) : string | ||
FormatNumber ( double number, string format, string dec, string group ) : string |
External format number method, using a simplified version of jQuery.NumberFormatter.js https://code.google.com/p/jquery-numberformatter/ |
|
ParseDate ( string value ) : JsDate | ||
ParseDecimal ( string value ) : Double | ||
ParseISODateTime ( string value ) : JsDate | ||
ParseQueryString ( ) : string>.JsDictionary |
||
PostToService ( PostToServiceOptions options ) : void | ||
PostToUrl ( PostToUrlOptions options ) : void | ||
ToId ( object value ) : Int64? |
Converts a numeric or string value to its ID representation (integer or string for large numbers)
|
|
TurkishLocaleCompare ( string a, string b ) : int | ||
TurkishLocaleToUpper ( string a ) : string | ||
ValidateOptions ( jQueryValidatorOptions options ) : jQueryValidatorOptions | ||
ValidatorAbortHandler ( jQueryValidator validator ) : void |
Method | Description | |
---|---|---|
AlertDialog ( string message, |
||
ConfirmDialog ( string message, System.Action onYes, |
||
IFrameDialog ( dynamic options ) : void | ||
StripDiacritics ( string input ) : string |
public static FormatISODateTimeUTC ( System.JsDate date ) : string | ||
date | System.JsDate | |
return | string |
public static FormatNumber ( double number, string format, string dec, string group ) : string | ||
number | double | |
format | string | |
dec | string | |
group | string | |
return | string |
public static ParseDate ( string value ) : JsDate | ||
value | string | |
return | JsDate |
public static ParseDecimal ( string value ) : Double | ||
value | string | |
return | Double |
public static ParseISODateTime ( string value ) : JsDate | ||
value | string | |
return | JsDate |
public static ParseQueryString ( ) : string>.JsDictionary |
||
return | string>.JsDictionary |
public static PostToService ( PostToServiceOptions options ) : void | ||
options | PostToServiceOptions | |
return | void |
public static PostToUrl ( PostToUrlOptions options ) : void | ||
options | PostToUrlOptions | |
return | void |
public static TurkishLocaleCompare ( string a, string b ) : int | ||
a | string | |
b | string | |
return | int |
public static TurkishLocaleToUpper ( string a ) : string | ||
a | string | |
return | string |
public static ValidateOptions ( jQueryValidatorOptions options ) : jQueryValidatorOptions | ||
options | jQueryValidatorOptions | |
return | jQueryValidatorOptions |
public static ValidatorAbortHandler ( jQueryValidator validator ) : void | ||
validator | jQueryValidator | |
return | void |