ToString() public method

public ToString ( ) : string
return string
Esempio n. 1
0
 /// <inheritdoc/>
 public void CreateForward(DeviceData device, ForwardSpec local, ForwardSpec remote, bool allowRebind)
 {
     this.CreateForward(device, local?.ToString(), remote?.ToString(), allowRebind);
 }
Esempio n. 2
0
 /// <inheritdoc/>
 public int CreateForward(DeviceData device, ForwardSpec local, ForwardSpec remote, bool allowRebind)
 {
     return(this.CreateForward(device, local?.ToString(), remote?.ToString(), allowRebind));
 }