Skip to content

Commit c312bbf

Browse files
Update vb cstr (#49566)
* Update access-modifiers.md Added description for file access type modifier * Add handling for Nothing in CStr function documentation * Update docs/visual-basic/language-reference/functions/return-values-for-the-cstr-function.md --------- Co-authored-by: Bill Wagner <[email protected]>
1 parent c21aca1 commit c312bbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/visual-basic/language-reference/functions/return-values-for-the-cstr-function.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ The following table describes the return values for `CStr` for different data ty
2121
|-----------------------------|--------------------|
2222
|[Boolean Data Type](../data-types/boolean-data-type.md)|A string containing "True" or "False".|
2323
|[Date Data Type](../data-types/date-data-type.md)|A string containing a `Date` value (date and time) in the short date format of your system.|
24-
|[Numeric Data Types](../../programming-guide/language-features/data-types/numeric-data-types.md)|A string representing the number.|
24+
|[Numeric Data Types](../../programming-guide/language-features/data-types/numeric-data-types.md)|A string representing the number.|
25+
|[Nothing](../../language-reference/nothing.md) | `Nothing`|
2526

2627
## CStr and Date
2728

0 commit comments

Comments
 (0)