8000 System.Boolean: .NET Framework -> .NET · CAndRyan/dotnet-api-docs@e9effa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9effa3

Browse files
authored
System.Boolean: .NET Framework -> .NET
1 parent c5faff8 commit e9effa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Boolean.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
106106
<a name="Converting"></a>
107107
## Converting to and from Boolean values
108-
The <xref:System.Boolean> structure implements the <xref:System.IConvertible> interface. As a result, you can use the <xref:System.Convert> class to perform conversions between a <xref:System.Boolean> value and any other primitive type in the .NET Framework, or you can call the <xref:System.Boolean> structure's explicit implementations. However, conversions between a <xref:System.Boolean> and the following types are not supported, so the corresponding conversion methods throw an <xref:System.InvalidCastException> exception:
108+
The <xref:System.Boolean> structure implements the <xref:System.IConvertible> interface. As a result, you can use the <xref:System.Convert> class to perform conversions between a <xref:System.Boolean> value and any other primitive type in .NET, or you can call the <xref:System.Boolean> structure's explicit implementations. However, conversions between a <xref:System.Boolean> and the following types are not supported, so the corresponding conversion methods throw an <xref:System.InvalidCastException> exception:
109109
110110
- Conversion between <xref:System.Boolean> and <xref:System.Char> (the <xref:System.Convert.ToBoolean%28System.Char%29?displayProperty=nameWithType> and <xref:System.Convert.ToChar%28System.Boolean%29?displayProperty=nameWithType> methods)
111111

0 commit comments

Comments
 (0)
0