Interface IMetadataValue
Represents a value for a specific key.
Namespace: Unity.Cloud.DataStreaming.Metadata
Assembly: Unity.Cloud.DataStreaming.Runtime.dll
Syntax
public interface IMetadataValue
Methods
ToNumber()
Tries to cast the value as a number.
Declaration
double ToNumber()
Returns
Type | Description |
---|---|
double | A double representing the number. |