AWSSDK.Tests.Framework.UtilityMethods.GetScriptStream C# (CSharp) Method

GetScriptStream() private static method

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