StringValue

Description

struct Tinman.Core.System.StringValue

A wrapper for a string value that includes a pre-computed value hash.

Public / Constants

Null


public static readonly attribute Null → (StringValue)

The null string value.

Public / Constructors

Of


public static method Of → (1)

value in : string

The string value to wrap.

returns → StringValue

The wrapping StringValue.

Creates a new instance of StringValue.

Public / Attributes

Hash​Code


public readonly attribute HashCode → (int32)

The hash code of Value.

Is​Null


public attribute IsNull → (get)

value : bool

true if this value is Null,
false if not.

Is this the Null value?

See also

StringValue.Null

Value


public readonly attribute Value → (string)

The wrapped string value.