System.@__Decimal.ToSByte46 C# (CSharp) Method

ToSByte46() private static method

private static ToSByte46 ( global @__envp, global @__class, global value ) : sbyte
@__envp global
@__class global
value global
return sbyte
        private static sbyte ToSByte46(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle value)
        {
            // (Lsystem/Decimal;)B
            // (LSystem/Decimal;)LSystem/SByte;
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            sbyte @__return = default(sbyte);
            try {
            @__return = ((sbyte)(decimal.ToSByte(global::net.sf.jni4net.utils.Convertor.StrongJp2C<decimal>(@__env, value))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }