BraintreeEncryption.Library.Braintree.GetPrefix C# (CSharp) Method

GetPrefix() private method

private GetPrefix ( ) : String
return String
        private String GetPrefix()
        {
            return "$bt3|wp7_" + Version.Replace(".", "_") + "$";
        }