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