Appspotdemo.Mono.Droid.StringHelperClass.GetBytes C# (CSharp) Method

GetBytes() static private method

static private GetBytes ( this self ) : byte[]
self this
return byte[]
        internal static byte[] GetBytes(this string self)
        {
            return GetSBytesForEncoding(System.Text.Encoding.UTF8, self);
        }

Same methods

StringHelperClass::GetBytes ( this self, string encoding ) : byte[]