Class StringValue
Inherited Members
Namespace: VisioForge.Core.Metadata.KLV
Assembly: VisioForge.Core.dll
Syntax
public class StringValue : BaseValue
Constructors
StringValue(byte[])
Declaration
public StringValue(byte[] value)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | value |
Methods
Bytes()
Declaration
public override byte[] Bytes()
Returns
| Type | Description |
|---|---|
| byte[] |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |