Axiom.UnitTests.Serialization.BitConverterExtensionTests.StringGetBytes C# (CSharp) 메소드

StringGetBytes() 개인적인 메소드

private StringGetBytes ( ) : void
리턴 void
        public void StringGetBytes()
        {
            String data = "What is the answer to life the universe and everything?";

            // This function should fail on Strings
            byte[] actual = BitConverterEx.GetBytes(data);
        }