CBForest.Native.c4key_readString C# (CSharp) Method

c4key_readString() public static method

Reads a string value
public static c4key_readString ( C4KeyReader reader ) : string
reader C4KeyReader The reader to operate on
return string
        public static string c4key_readString(C4KeyReader *reader)
        {
            return BridgeSlice(() => _c4key_readString(reader));
        }
        
Native