Class StreamTypeHelper
Class containing utility methods for StreamType.
Inheritance
System.Object
StreamTypeHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public static class StreamTypeHelper
Methods
TypeFromString(String)
Convert a string to a StreamType.
Declaration
public static StreamType TypeFromString(string typeString)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | typeString |
Returns
| Type | Description |
|---|---|
| StreamType |
TypeToCapitalizedString(StreamType)
Convert a StreamType to a string.
Declaration
public static string TypeToCapitalizedString(StreamType streamType)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamType | streamType |
Returns
| Type | Description |
|---|---|
| System.String |
TypeToString(StreamType)
Convert a StreamType to a string.
Declaration
public static string TypeToString(StreamType streamType)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamType | streamType |
Returns
| Type | Description |
|---|---|
| System.String |