Binboo.Jira.Configuration.JiraConfig.ToBytes C# (CSharp) Method

ToBytes() private static method

private static ToBytes ( string value ) : byte[]
value string
return byte[]
        private static byte[] ToBytes(string value)
        {
            return Encoding.ASCII.GetBytes(value);
        }