AWSSDK.Tests.Framework.UtilityMethods.GetScriptStream C# (CSharp) 메소드

GetScriptStream() 개인적인 정적인 메소드

private static GetScriptStream ( string codeb64 ) : MemoryStream
codeb64 string
리턴 System.IO.MemoryStream
        private static MemoryStream GetScriptStream(string codeb64)
        {
            return new MemoryStream(Convert.FromBase64String(codeb64));
        }