Class BsonString
Inherited Members
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 SourceBsonString(Object, Boolean)
Declaration
public BsonString(object value, bool includeLength)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | |
System.Boolean | includeLength |
Properties
| Improve this Doc View SourceByteCount
Declaration
public int ByteCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IncludeLength
Declaration
public bool IncludeLength { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |