Interface IEzrString
- Namespace
- EzrSquared.Runtime.Types.Core.Text
- Assembly
- ezrSquared-lib.dll
Interface for getting the value of string-like ezrĀ² objects as C# strings.
public interface IEzrString : IEzrObject
- Inherited Members
Properties
StringValue
The string value.
string StringValue { get; }
Property Value
- string