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

NewString() static private method

static private NewString ( sbyte bytes ) : string
bytes sbyte
return string
        internal static string NewString(sbyte[] bytes)
        {
            return NewString(bytes, 0, bytes.Length);
        }

Same methods

StringHelperClass::NewString ( sbyte bytes, int index, int count ) : string
StringHelperClass::NewString ( sbyte bytes, int index, int count, string encoding ) : string
StringHelperClass::NewString ( sbyte bytes, string encoding ) : string