Show / Hide Table of Contents

    Class BsonString

    Inheritance
    System.Object
    BsonToken
    BsonValue
    BsonString
    Inherited Members
    BsonValue.Value
    BsonValue.Type
    BsonToken.Parent
    BsonToken.CalculatedSize
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Bson
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class BsonString : BsonValue

    Constructors

    | Improve this Doc View Source

    BsonString(Object, Boolean)

    Declaration
    public BsonString(object value, bool includeLength)
    Parameters
    Type Name Description
    System.Object value
    System.Boolean includeLength

    Properties

    | Improve this Doc View Source

    ByteCount

    Declaration
    public int ByteCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IncludeLength

    Declaration
    public bool IncludeLength { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    • 0 Comments