Convert Viper Module
Viper Methods
Global Viper Method | Description |
---|---|
Convert.FromBase64 Viper Method | Decodes a base64 encoded string. |
Convert.IsBase64 Viper Method | Tries to determine whether the specified data is base64. Note that this method cannot not 100% accurate on very short strings. |
Convert.ToBase64 Viper Method | Convert the given object to a base64 string. |
Convert.ToBinary Viper Method | Converts a base 64 encoded string to a byte array. |
Convert.ToBinaryDataTable Viper Method | Creates a binary data formatted datatable from the given byte array. |
Convert.ToBoolean Viper Method | Interprets the given string as a boolean. Strings are evaluated as true if they match 'true', 'yes' or '1' (not case-sensitive). |
Convert.ToDate Viper Method | Converts the given string to a date. |
Convert.ToFloat Viper Method | Interprets the given string as a float value. |
Convert.ToInt Viper Method | Interprets the given string as an integer. |
Convert.ToString Viper Method | Converts a value to string. |
Convert.ToXml Viper Method | Converts the given value to Xml. |
See Also
-
Convert.FromBase64 Viper Method
Decodes a base64 encoded string. -
Convert.IsBase64 Viper Method
Tries to determine whether the specified data is base64. Note that this method cannot not 100% accurate on very short strings. -
Convert.ToBase64 Viper Method
Convert the given object to a base64 string. -
Convert.ToBinary Viper Method
Converts a base 64 encoded string to a byte array. -
Convert.ToBinaryDataTable Viper Method
Creates a binary data formatted datatable from the given byte array. -
Convert.ToBoolean Viper Method
Interprets the given string as a boolean. Strings are evaluated as true if they match 'true', 'yes' or '1' (not case-sensitive). -
Convert.ToDate Viper Method
Converts the given string to a date. -
Convert.ToFloat Viper Method
Interprets the given string as a float value. -
Convert.ToInt Viper Method
Interprets the given string as an integer. -
Convert.ToString Viper Method
Converts a value to string. -
Convert.ToXml Viper Method
Converts the given value to Xml.
- Macro
- Macro Parameters
- Macro Parameter Properties
-
Vipers
-
Global Viper Methods
- AIM Viper Class
- Audit Viper Class
- Buffer Viper Class
- Cache Viper Class
- CacheFile Viper Class
- Calendar Viper Class
- Channel Viper Class
- Char Viper Class
- Cms Viper Class
- ContentType Viper Class
-
- Convert.FromBase64 Viper Method
- Convert.IsBase64 Viper Method
- Convert.ToBase64 Viper Method
- Convert.ToBinary Viper Method
- Convert.ToBinaryDataTable Viper Method
- Convert.ToBoolean Viper Method
- Convert.ToDate Viper Method
- Convert.ToFloat Viper Method
- Convert.ToInt Viper Method
- Convert.ToString Viper Method
- Convert.ToXml Viper Method
- Database Viper Class
- DataTable Viper Class
- DateTime Viper Class
- Debug Viper Class
- DigiD Viper Class
- Env Viper Class
- FileSystem Viper Class
- FlexLayout Viper Class
- Html Viper Class
- Html.Color Viper Class
- Html.Css Viper Class
- Image Viper Class
- ImageProperties Viper Class
- ItemComments Viper Class
- ItemData Viper Class
- License Viper Class
- Locale Viper Class
- Logging Viper Class
- Login Viper Class
- Math Viper Class
- Payment Viper Class
- Personalization Viper Class
- PlaceHolder Viper Class
- Poll Viper Class
- Publication Viper Class
- RenderTemplate Viper Class
- Request Viper Class
- Response Viper Class
- Scf Viper Class
- Security Viper Class
- Session Viper Class
- Site Viper Class
- Smartlet Viper Class
- SmartletEditor Viper Class
- SmartletPreset Viper Class
- Smi Viper Class
- SmiData Viper Class
- Spice Viper Class
- Sql Viper Class
- StandardsCompliance Viper Class
- Storage Viper Class
- String Viper Class
- SXML Viper Class
- Sys Viper Class
- Tags Viper Class
- Translation Viper Class
- Url Viper Class
- User Viper Class
- UserItemFeedback Viper Class
- Xml Viper Class
- Local Viper Methods
-
Global Viper Methods
- SXML Data Types
- Examples
- Tips & Tricks