[Missing <summary> documentation for "T:Artem.Google.JsUtil"]

C# | Visual Basic |
public static class JsUtil
Public NotInheritable Class JsUtil

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateSerializer()()()() |
Creates the serializer.
|
![]() ![]() | Encode(Boolean) |
Converts the specified value.
|
![]() ![]() | Encode(Single) |
Converts the specified value.
|
![]() ![]() | Encode(Double) |
Converts the specified value.
|
![]() ![]() | Encode(String) |
Encodes the specified value.
|
![]() ![]() | Encode(Color) |
Converts the specified value.
|
![]() ![]() | EncodeJsFunction(String) |
Encodes the js function.
|
![]() ![]() | GetConverters()()()() |
Gets the converters.
|
![]() ![]() | IsUndefined(String) |
Determines whether the specified value is undefined.
|
![]() ![]() | NumberFormat |
Gets the number format.
|
![]() ![]() | ToBoolean(String) |
Toes the boolean.
|
![]() ![]() | ToByte(String) |
Toes the byte.
|
![]() ![]() | ToColor(String) |
Toes the color.
|
![]() ![]() | ToDecimal(String) |
Toes the decimal.
|
![]() ![]() | ToDouble(String) |
Decodes the specified value.
|
![]() ![]() | ToInt(String) |
Toes the int.
|
![]() ![]() | ToLong(String) |
Toes the long.
|
![]() ![]() | ToShort(String) |
Toes the short.
|
![]() ![]() | ToSingle(String) |
Toes the single.
|
![]() ![]() | TryParsePoint(String, Double%, Double%) |
Tries the parse point.
|

Object | |
![]() | JsUtil |