Click or drag to resize
StringExtensions Class
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersStringExtensions

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHexStringToByteArray
Hex string to byte array.
Public methodStatic memberToDeterministicGuid
Creates a determinstic Windows GUID from a string.
Public methodStatic memberToIPEndPoint
A string extension method that parses an ip:port pair to IPEndpoint. The method handles both IPv4 and IPv6.
Top
See Also