Click or drag to resize
ConvertHelper Class
Converts a value to another type using TypeConverter or Parse method whenever possible
Inheritance Hierarchy
SystemObject
  FlexRuleConvertHelper

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static class ConvertHelper

The ConvertHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChangeType
Changes a value to another type
Public methodStatic memberGetNullableType
Public methodStatic memberToString
Changes an object value to string
Public methodStatic memberTryChangeType
Top
See Also