CustomAttributeNamedArgument.ToString Método
Definición
Devuelve una cadena formada por el nombre de argumento, el signo igual y una representación de cadena del valor del argumento.Returns a string that consists of the argument name, the equal sign, and a string representation of the argument value.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Devoluciones
Cadena formada por el nombre de argumento, el signo igual y una representación de cadena del valor del argumento.A string that consists of the argument name, the equal sign, and a string representation of the argument value.