Click or drag to resize
StringTypePredictor Class
When there some string value this class can predict the type of the value based on the string format
Inheritance Hierarchy
SystemObject
  FlexRule.DSLStringTypePredictor

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

The StringTypePredictor type exposes the following members.

Constructors
  NameDescription
Public methodStringTypePredictor
Top
Methods
Extension Methods
Exceptions
ExceptionCondition
ExceptionWhen it can not predict the type of string value
Examples
for example the string value may be "true" that can be a Boolean type or may be "349" and it will return Integer type
See Also