コード例 #1
0
ファイル: BaseCode.cs プロジェクト: sonygod/unitywebsocket
 public static string decode(string s, string @base)
 {
                 #line 134 "C:\\HaxeToolkit\\haxe\\std\\haxe\\crypto\\BaseCode.hx"
     global::haxe.crypto.BaseCode b = new global::haxe.crypto.BaseCode(((global::haxe.io.Bytes)(global::haxe.io.Bytes.ofString(@base, null))));
     return(b.decodeString(s));
 }
コード例 #2
0
ファイル: BaseCode.cs プロジェクト: mindpowered/maglev-csharp
 public static string decode(string s, string @base)
 {
                 #line 134 "/opt/haxe/std/haxe/crypto/BaseCode.hx"
     global::haxe.crypto.BaseCode b = new global::haxe.crypto.BaseCode(((global::haxe.io.Bytes)(global::haxe.io.Bytes.ofString(@base, null))));
     return(b.decodeString(s));
 }