Base:
method
ToString
System.ValueType.ToString()
12 references to ToString
Microsoft.AspNetCore.Components.Endpoints (6)
FormMapping\FormDataReader.cs (6)
65throw new FormDataMappingException(new FormDataMappingError(_currentPrefixBuffer.ToString(), errorMessage, attemptedValue)); 72_currentPrefixBuffer.ToString(), 82ErrorHandler.Invoke(_currentPrefixBuffer.ToString(), errorMessage, attemptedValue); 107AttachInstanceToErrorsHandler(_currentPrefixBuffer.ToString(), value); 255internal string GetPrefix() => _currentPrefixBuffer.ToString(); 262return _currentPrefixBuffer.ToString();
Microsoft.AspNetCore.Http.Extensions (6)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (6)
65throw new FormDataMappingException(new FormDataMappingError(_currentPrefixBuffer.ToString(), errorMessage, attemptedValue)); 72_currentPrefixBuffer.ToString(), 82ErrorHandler.Invoke(_currentPrefixBuffer.ToString(), errorMessage, attemptedValue); 107AttachInstanceToErrorsHandler(_currentPrefixBuffer.ToString(), value); 255internal string GetPrefix() => _currentPrefixBuffer.ToString(); 262return _currentPrefixBuffer.ToString();