BitMiracle.LibTiff.Classic.Enc28591.GetByteCount C# (CSharp) Method

GetByteCount() public method

public GetByteCount ( String s ) : int
s String
return int
        public virtual int GetByteCount(String s)
        {
            var tmp = s.ToCharArray();
            return GetByteCount(tmp, 0, tmp.Length);
        }

Same methods

Enc28591::GetByteCount ( char chars ) : int
Enc28591::GetByteCount ( char chars, int index, int count ) : int