Metodo UtilityDecrementString
             | 
          
        
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static string DecrementString(
	string str,
	int decrementValue,
	string alpabhet
)
Public Shared Function DecrementString ( 
	str As String,
	decrementValue As Integer,
	alpabhet As String
) As String
public:
static String^ DecrementString(
	String^ str, 
	int decrementValue, 
	String^ alpabhet
)
static member DecrementString : 
        str : string * 
        decrementValue : int * 
        alpabhet : string -> string Parametri
- str  String
 -  
 - decrementValue  Int32
 -  
 - alpabhet  String
 -  
 
Valore di ritorno
String
Vedi anche