Appspotdemo.Mono.Droid.StringHelperClass.GetBytes C# (CSharp) 메소드

GetBytes() 정적인 개인적인 메소드

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

Same methods

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