SharpCifs.UniAddress.ToString C# (CSharp) Method

ToString() public method

Return the a text representation of this address such as MYCOMPUTER/192.168.1.15.
Return the a text representation of this address such as MYCOMPUTER/192.168.1.15.
public ToString ( ) : string
return string
		public override string ToString()
		{
			return Addr.ToString();
		}
	}