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

TryParse35() private static method

private static TryParse35 ( global @__envp, global @__class, global s, global style, global provider, global result ) : bool
@__envp global
@__class global
s global
style global
provider global
result global
return bool
        private static bool TryParse35(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle s, global::net.sf.jni4net.utils.JniLocalHandle style, global::net.sf.jni4net.utils.JniLocalHandle provider, global::net.sf.jni4net.utils.JniLocalHandle result)
        {
            // (Ljava/lang/String;Lsystem/Enum;Lsystem/IFormatProvider;Lnet/sf/jni4net/Out;)Z
            // (LSystem/String;LSystem/Globalization/NumberStyles;LSystem/IFormatProvider;LSystem/Decimal;)Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            decimal @__out_result;
            @__return = ((bool)(decimal.TryParse(global::net.sf.jni4net.utils.Convertor.StrongJ2CString(@__env, s), global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.Globalization.NumberStyles>(@__env, style), global::net.sf.jni4net.utils.Convertor.FullJ2C<global::System.IFormatProvider>(@__env, provider), out __out_result)));
            net.sf.jni4net.Out.SetValue<decimal>(@__env, result, @__out_result);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }