System.Threading.WebWorkers.DedicatedWorkerGlobalScope.Btoa C# (CSharp) Method

Btoa() public static method

public static Btoa ( string btoa ) : string
btoa string
return string
        public static string Btoa(string btoa)
        {
            return null;
        }