Name | Description | |
---|---|---|
![]() ![]() | ToBool | Overloaded. Parses the given input value and converts it to a bool. Default return value is false. |
![]() ![]() | ToByte | Overloaded. Parses the given input value and converts it to a byte. Default return value is 0. |
![]() ![]() | ToDateTime | Overloaded. Parses the given input value and converts it to a DateTime value. |
![]() ![]() | ToDecimal | Overloaded. Parses the given input value and converts it to a decimal. Default return value is 0. |
![]() ![]() | ToDouble | Overloaded. Parses the given input value and converts it to a double. Default return value is 0. |
![]() ![]() | ToEnum | Overloaded. Parses the given input value and converts it to an enum of given type. |
![]() ![]() | ToGuid | Overloaded. Parses the given input value and converts it to a Guid. Default return value is Guid.Empty. |
![]() ![]() | ToInt | Overloaded. Parses the given input value and converts it to an int. Default return value is 0. |
![]() ![]() | ToInt16 | Overloaded. Parses the given input value and converts it to a short. Default return value is 0. |
![]() ![]() | ToIntArray | Parses the given input value and converts it to an array of ints assuming the input is a coma separated list of integers. |
![]() ![]() | ToIPV4 | Makes sure an IP address is in valid IPV4 decimal dot notation |
![]() ![]() | ToList | Converts an int array into a delimited string list |
![]() ![]() | ToLong | Overloaded. Parses the given input value and converts it to a long. Default return value is 0. |
![]() ![]() | ToString | Overloaded. Parses the given input value and converts it to a string. Default return value is string.Empty. |