Show / Hide Table of Contents

Class FieldValueParser

Parse string values to the correct .NET type, for a given database field

Inheritance
object
FieldValueParser
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Data.Dialect
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public static class FieldValueParser

Methods

ParseValue(object, FieldDataType, bool)

Parse string values to the correct .NET type, for a given database field

Declaration
public static object ParseValue(object val, FieldDataType type, bool nullAllowed = false)
Parameters
Type Name Description
object val
FieldDataType type
bool nullAllowed
Returns
Type Description
object
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top