StringValue Description struct Tinman.Core.System.StringValue Derived from IEquatableHash<StringValue> IComparable<StringValue> A wrapper for a string value that includes a pre-computed value hash. See also StringUtil.Hash StringUtil.Compare Public / Constants Null public static readonly attribute Null → (StringValue) The null string value. See also StringValue.IsNull 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 HashCode public readonly attribute HashCode → (int32) The hash code of Value. See also ValueType.GetHashCode IsNull 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. See also ValueType.ToString SingletonFactory Terminal