Acid.PuntoPagos.Sdk.Imp.ExecutorWeb.GetContentByte C# (CSharp) 메소드

GetContentByte() 개인적인 메소드

private GetContentByte ( string jsonData ) : byte[]
jsonData string
리턴 byte[]
        private byte[] GetContentByte(string jsonData)
        {
            return string.IsNullOrEmpty(jsonData) ? Encoding.UTF8.GetBytes("") : Encoding.UTF8.GetBytes(jsonData);
        }