Base:
method
ToString
System.ValueType.ToString()
3 references to ToString
System.Data.Entity (1)
System\Data\Metadata\Edm\FacetDescription.cs (1)
344throw EntityUtil.MinMustBeLessThanMax(_minValue.ToString(), _facetName, declaringTypeName);
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
823result.CloseStatus.ToString());
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowService.cs (1)
1153string receiveProtectionLevelString = receiveActivity.ProtectionLevel.HasValue ? receiveActivity.ProtectionLevel.ToString() : SR.NotSpecified;