IronRuby.Tests.Tests.B C# (CSharp) Method

B() private method

private B ( string str ) : byte[]
str string
return byte[]
        private byte[] B(string str) {
            return BinaryEncoding.Instance.GetBytes(str);
        }
Tests