[This is preliminary documentation and is subject to change.]
The StringValueConversion type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| AsBool | ||
| AsByte | ||
| AsByteArray | ||
| AsDateTime | ||
| AsDateTimeFormat | ||
| AsDateTimeOrThrow | ||
| AsDecimal | ||
| AsDouble | ||
| AsEnum TEnum | ||
| AsFloat | ||
| AsGDID | ||
| AsGDIDSymbol | ||
| AsGUID | ||
| AsInt | ||
| AsLong | ||
| AsNullableBool | ||
| AsNullableByte | ||
| AsNullableDateTime | ||
| AsNullableDecimal | ||
| AsNullableDouble | ||
| AsNullableEnum TEnum | ||
| AsNullableFloat | ||
| AsNullableGDID | ||
| AsNullableGDIDSymbol | ||
| AsNullableGUID | ||
| AsNullableInt | ||
| AsNullableLong | ||
| AsNullableSByte | ||
| AsNullableShort | ||
| AsNullableTimeSpan | ||
| AsNullableUInt | ||
| AsNullableULong | ||
| AsNullableUShort | ||
| AsSByte | ||
| AsShort | ||
| AsString |
Used by env var macros evaluator do not remove
| |
| AsStringWhenNullOrEmpty |
Used by env var macros evaluator do not remove
| |
| AsTimeSpan | ||
| AsTimeSpanOrThrow | ||
| AsType |
Tries to get a string value as specified type.
When 'strict=false', tries to do some inference like return "true" for numbers that dont equal to zero etc.
When 'strict=true' throws an exception if deterministic conversion is not possible
| |
| AsUInt | ||
| AsULong | ||
| AsUri | ||
| AsUShort |
Fields
| Name | Description | |
|---|---|---|
| BYTE_ARRAY_SPLIT_CHARS |
See Also