System.Net.WebHeaderCollection.HeaderEncoding.GetByteCount C# (CSharp) Method

GetByteCount() static private method

static private GetByteCount ( string myString ) : int
myString string
return int
            internal static int GetByteCount(string myString) {
                return myString.Length;
            }
            internal unsafe static void GetBytes(string myString, int charIndex, int charCount, byte[] bytes, int byteIndex) {
WebHeaderCollection.HeaderEncoding